const testing.loopPoisonMask
3 uses
testing (current package)
benchmark.go#L401: if b.loop.n&loopPoisonMask != 0 {
benchmark.go#L414: if b.loop.i&loopPoisonMask != 0 {
benchmark.go#L527: loopPoisonMask = ^uint64((1 << (63 - (iota - 1))) - 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)